@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500&display=swap');
@import url('https://fonts.googleapis.com/css?family=IBM%20Plex%20Sans:500|IBM%20Plex%20Sans:300');

:root {
  --sans: 'Open Sans', sans-serif;
  --serif: 'Roboto Slab', serif;
  --grey: #BB986F;
  --letter-spacing: .1em;
}

html {
  scroll-behavior: smooth;
}

* {
  
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Montserrat", "Poppins", sans-serif;
}

.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

h1 {
  font-family: "Montserrat", "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.3em;
  letter-spacing: 0.4rem;
  max-width: 1000px;
  
  

}

.first-sec {
 
    height: 80vh;
    width: 100%;
    background-image: url(./slide1.jpg);
    background-size: cover;
    background-position: 100%;
    filter: brightness(0.88);
    background-attachment: fixed;
    
  }
  
  .black-layer{
    
    display: flex;
    
    justify-content: center;
    margin-top: 22vh;
    color: #fff;
    font-size: 30px;
    width: 100%;
    top: 7.5rem;
    transition: 1s;
    
    
  }
  .black-layer h1{
    color: black!important; padding: 20px; background-color: #fff ; border-radius: 10px; 
  }
  
  .welcome h1 {
    
    font-weight: 350;
    text-shadow: 4px 0px 14px rgba(0,0,0,0.55);
  }
  .black-layer h1 {
    display: block;
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
  
  .reveal {
    animation: reveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
  }
  
  @keyframes reveal {
    0% {
      opacity: 0;
      transform: translate(0, 100%);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }

header {overflow: hidden;
    height: 25vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
  
  }
  

  .socialicons{

    display: none ; 
   
  }
  
  .inner-width {
    max-width: 1400px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    width: 80%;
    justify-content: center;
  }
  
  header img {
    height: 180px;
    margin-left: 2rem;
    margin-right: 15rem;
  }
  header .inner-width a  i {
    display: none;
  }
  
  .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
  }
  
  .navigation-menu {

    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin-right: 1rem;
  }
  
  .navigation-menu a {
    display: block;
    margin: 10px 0;
    color: black;
    text-decoration: none;
}
  .navigation-menu a {
    display: flex;
    flex-direction: row-reverse ;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    white-space: nowrap;
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 8px;
    transition: 0.3s linear;
   
  }
  
  .navigation-menu a:hover {
    background: #BC996F;
    color: #fff !important ;
    transform: scale(1.1);
    
  }
  
  .navigation-menu i {
    margin-right: 8px;
    font-size: 16px;
  }
  
  .home {
    color: #fff;
  }
  
  a.aj_btn {
    background: #BC996F;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  a.aj_btn:hover {
    background: #fff;
    color: #BC996F!important; ;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .menu-toggle-btn {
    float: right;
    height: 75px;
    line-height: 75px !important;
    color: #fff;
    font-size: 26px;
    display: none !important;
    cursor: pointer;
  }
  
  .iconsmenu{
    display: none ;
  }

  .first-sec {
    height: 80vh;
    width: 100%;
    background-image: url(./slide1.jpg);
    background-size: cover;
    background-position: 110%;
    filter: brightness(0.88);
    background-attachment: fixed;
    margin-bottom: 200px;
  }
  
  
    .welcome {
      
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35vh;
    color: #fff;
    font-size: 30px;
    width: 100%;
    bottom: 7.5rem;
    transition: 1s;
  }
  .welcome h1{
    font-weight: 350;
    text-shadow: 4px 0px 14px rgba(0,0,0,0.55);
  }
  .underline{
    padding-left: 50%;
    width: 100%;
    
  }
  .resourcesavl p{
    display: flex; align-items: center; padding-bottom: 40px;
  }


  @media screen and (max-width: 1105px) {
    header.section-header{
      display: flex;
      flex-direction: column;
    }
    .black-layer h1{
      margin-top: 10vh;
      color: black!important; padding: 8px; background-color: #fff ; border-radius: 10px; 
      font-size: 37px;
      width: 70%;
    }
    .first-sec {
      height: 70vh;
      width: 100%;
      background-image: url(./slide1.jpg);
      background-size: cover;
      background-position: top top;
      background-attachment: local;
      background-repeat: no-repeat;
      background-position: center;
      margin-bottom: 250px;
      
    }

    .fa-remove:before, .fa-close:before, .fa-times:before {
        display: none;
      }
      HTML CSSResult Skip Results Iframe
      EDIT ON

      
      .ham {
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
        transition: transform 400ms;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      .hamRotate.active {
        transform: rotate(45deg);
      }
      .hamRotate180.active {
        transform: rotate(180deg);
      }
      .line {
        fill:none;
        transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
        stroke:#000;
        stroke-width:5.5;
        stroke-linecap:round;
      }
      .ham7 .top {
        stroke-dasharray: 40 82;
      }
      .ham7 .middle {
        stroke-dasharray: 40 111;
      }
      .ham7 .bottom {
        stroke-dasharray: 40 161;
      }
      .ham7.active .top {
        stroke-dasharray: 17 82;
        stroke-dashoffset: -62px;
      }
      .ham7.active .middle {
        stroke-dashoffset: 23px;
      }
      .ham7.active .bottom {
        stroke-dashoffset: -83px;
      }
    
      header img {
        height: 180px;
        margin-left: 0;
        margin-right: 0;
      }
      .welcome{
        font-size: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
      }
     hr{
      display: none;
      
     }
      .menu-toggle-btn {
        display: block !important;
        position: relative;
        right: 1rem;
        color: #121212;
      }
      header img {
        margin-left: 1rem;
        padding: 0;
      }
      .navigation-menu {
        position: absolute;
        width: 100%;
        background: #ffffff;
        top: 10vh;
        right: 0;
        display: none; /* Initially hidden */
        padding: 10px 20px;
        box-sizing: border-box;
        margin-right: 0;
       
        z-index: 99;
        opacity: 0; /* Start with opacity 0 */
        
    }
    
    .navigation-menu a {
        display: block;
        margin: 10px 0;
        color: black;
        text-decoration: none;
    }
    
    .fas.fa-home {
        color: black; /* or any color you prefer */
    }
    header .inner-width a  i {
      display: inline-block ;
    }
    .inner-width{
      margin-right: 8%;
    }
    .navigation-menu.active {
      background: rgb(255, 255, 255);
        display: flex; /* Make it visible */
        flex-direction: column;
        gap: 0;
        animation: slideDown 0.5s ease forwards; /* Trigger the keyframe animation */
    }
    
    @keyframes slideDown {
        0% {
            opacity: 0;
            transform: translateY(0px); /* Start slightly above */
        }
        100% {
            opacity: 1;
            transform: translateY(+100px); /* End at the original position */
        }
    }
    
    


    
    button:hover {
      color: black;
    }
    
    button:after {
      content: "";
      background: white;
      position: absolute;
      z-index: -1;
      left: -20%;
      right: -20%;
      top: 0;
      bottom: 0;
      transform: skewX(-45deg) scale(0, 1);
      transition: all 0.5s;
    }
    
    button:hover:after {
      transform: skewX(-45deg) scale(1, 1);
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }
    
  }    
  @media screen and (max-width: 1350px) {

    .black-layer h1{
      margin-bottom: 30%;
    }
  }




  @media screen and (max-width: 950px) {

    .navigation-menu {
  
      /* bottom: 13vh; */

      


  }
}
@media screen and (max-width: 950px) {

  .black-layer h1{
    display: none;
    margin-top: 12vh;
    font-size: 25px;
    width: 100%;
  
  }
  .resourcesavl p{
    padding-top:5px;
  }
  .first-sec {
    margin-bottom: 0px;

    background-image: url(./asdcopy.jpg);
    background-size: cover;

  }
  .section #about{
    
      padding-top: 0;
    }
  }
  .inner-width{
    padding-bottom: 25px;
  }

  .navigation-menu {

    top: 9vh;

    


}

@media screen and (max-width: 785px) {

  .inner-width{
    padding-bottom: 25px;
  }

  .navigation-menu {

    top: 8vh;

    


}
}
@media screen and (max-width: 370px) {
  .navigation-menu a{
    padding: 5px;
    margin: 5px;
  } 
header{
  padding-bottom: 50px;
  
}
  .inner-width{
    padding-bottom: 25px;
  }

  .navigation-menu {

    top: 2vh;

    


}
}